'Declaration Public ReadOnly Property OldValue As T
public T OldValue { get; }
public: __property T* get_OldValue();
public:
property T^ OldValue { T^ get(); }
Property Value
This property returns:
- null when item is added to collection
- old value of item when item is changed in collection
- item value when item is removed from collection